Scope

data class Scope(val scope: String, val group: String = "", val inGroups: List<String> = listOf())

The scope context of an entry. This is used during searching and other methods of filtering. For basic lists, all that is needed is scope

Author

fzzyhmstrs

Since

0.6.0

Parameters

scope

String id of the entry, should be unique

group

Default "", the group this entry owns

inGroups

Default empty list, the group(s) this entry is part of

Constructors

Link copied to clipboard
constructor(scope: String, group: String = "", inGroups: List<String> = listOf())

Properties

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard